

img {max-width:100%;height:auto}



body {line-height: 190%; /*行間*/　

   margin: 30px;   /* 外側の余白を30pxに */
   padding: 0px;   /* 内側の余白を消す */


user-select:none;  /* テキストの選択（ドラッグ）禁止 */
-webkit-user-select:none;
-ms-user-select: none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
}



a{text-decoration:none;/*リンク下線消す*/ }


